home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 1 / Eagles_Nest_Mac_Collection_Disc_1.TOAST / Special Hardware / VoiceNav22#4 / Sound Advice.image / Voice Extensions / AEVT next >
Text File  |  1991-07-16  |  3KB  |  53 lines

  1. Voice Extension (VXTN)
  2. © 1990-91, Articulate Systems, Inc.
  3.  
  4. FOR SYSTEM 7 USE ONLY
  5. To use this extension, place this file in the “Voice Extensions” folder located in the “Extensions” folder in the System 7 Folder of your hard disk.
  6.  
  7. Extension Name:
  8. AEVT
  9.  
  10. Description:
  11. To send an AppleEvent to the current application.
  12.  
  13. Syntax:
  14. @VXTN(AEVT,type,file,file,…)
  15.  
  16. Note on Pathnames: Pathnames are specified in the following manner:
  17.  
  18. HARDDRIVE:FOLDER:FOLDER:FILE
  19.  
  20. so the pathname:
  21. "hd80:system folder:junk"
  22. refers to the file named "junk" in the folder "system folder" on the hard drive "hd80". Use quotation marks around a pathname that contains spaces (like the above example.)
  23.  
  24. There are several special pathnames that can make your life easier. They only work with System 7.0.
  25.  
  26. {boot} is the name of your the hard disk with your System Folder
  27. {system} is the pathname of your System Folder
  28. {desktop} is the pathname of the Desktop Folder for your boot drive. This contains all the files on the desktop that can be found on your boot drive, but not files from other drives or disks.
  29. {trash} is the pathname of the Trash Folder for your boot drive. This contains all the files in your trash can that have come from your boot drive, but not trashed files from other drives or disks.
  30. {printmonitor} is the pathname of the folder which contains files waiting to be printed by the printmonitor.
  31. {startup} is the pathname of the Startup Folder. Applications in this folder are automatically launched when the Macintosh is started up.
  32. {apple} is the pathname of the Apple Menu Items folder. Items in this folder are added to your apple menu.
  33. {control} is the pathname of the Control Panels folder.
  34. {extension} is the pathname of the Extensions folder.
  35. {preferences} is the pathname of the Preferences folder.
  36. {temp} is the pathname of the Temporary Folder, used for temporary storage of items.
  37.  
  38. so the pathname:
  39. "{system}junk" refers to the file or folder named "junk" in the system folder of your boot drive.
  40. "{boot}zippy:crank" refers to the file or folder named "crank" in the folder "zippy" on your boot drive.
  41.  
  42. Examples:
  43. @VXTN(AEVT,odoc,"HD 20:Documents:To Do","HD 20:Budgets:R&D")
  44. -Opens the two files “To Do” and “R&D”, following the specified path to find the documents.
  45.  
  46. @VXTN(AEVT,pdoc,"HD 20:Documents:To Do","HD 20:Budgets:R&D")
  47. -Prints the two files “To Do” and “R&D”, following the specified path to find the documents.
  48.  
  49. @VXTN(AEVT,quit)
  50. —Quits the current application.
  51.  
  52. Note: Currently, a voice command cannot exceed 128 characters, and this voice extension can reach this limit quite easily. For example, referring to two files that are located several folders deep on your hard disk will result in paths that take up most of those 128 characters. You may need to move the files higher up in order to use them with this extension.
  53.